/* zhuanti */
.purchaseNav{
    background: #eee;
    height: 54px;
}

.purchaseNav > .nav {
    width:1190px;
    margin:auto;
    position:relative;
}
.purchaseNav > .nav > ul {
    padding-left:200px;
    float:left;
}
.purchaseNav > .nav > ul li {
    float:left;
    display:inline;
    margin:0 1px 0 0;
    width: 150px;
    height: 54px;
    padding: 0;
    text-align: center;
    position:relative;
}
.purchaseNav > .nav > ul li a {
    font:18px/46px microsoft yahei;
    color:#333;
    line-height: 50px;
}
.purchaseNav > .nav > ul li a:hover {
    font:18px/46px microsoft yahei;
    color: #e60021;
    line-height: 50px;
}
.purchaseNav > .nav > ul li.active, .purchaseNav > .nav > ul li:hover {
    background: none;
    color: #e60021;
    border-bottom: #e60021 4px solid;
    height: 50px;
}
.purchaseNav > .nav > ul li.active a{
    color: #e60021;
}

.purchaseNav > .nav > ul li span{
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 24px;
    background: #d4d4d4;
}


.purchase_banner {
    width: 100%;
    height: 440px;
    position: relative;
}
.purchase_banner .banner_list {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.purchase_banner .banner_list > li {
    width: 100%;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}
.purchase_banner .banner_list > li > a {
    height: 100%;
    width: 100%;
    background: no-repeat center 0;
    line-height: 400px;
    display: inline-block;
}
.purchase_banner .banner_list > li.active {
    display: block;
    opacity: 1;
}
.purchase_banner .banner_nav {
    position: absolute;
    left:0;
    bottom: 20px;
    height:20px; line-height: 17px;
    width:100%;
    text-align: center;
}
.purchase_banner .banner_nav  ul{
    width: 990px;
    padding: 0 0 0 200px;
    margin: auto;
}
.purchase_banner .banner_nav  li {
    display:inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    overflow: hidden;
    /*border: 2px solid #fff;*/
    border-radius: 83px;
    /*opacity: .57;*/
    cursor: pointer;
    font-size:12px;
    color:#fff;
    background: #333;
}
.purchase_banner .banner_nav  li.active {
    background: #e14041;
    border-color: #e14041;
    opacity: 1;
}
.purchase_banner .banner_nav  li a{
    position: relative;
    font-size: 20px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    padding: 0 8px;
}

/*å³è¾¹ç™»å½•*/
.login_cont {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin: auto;
}
.login_cont .center {
    position: relative;
}


.login_cont .cm_login {
    position: absolute;
    top: 0px;
    right: 0;
    width: 340px;
    height: 440px;

    background-color: rgba(0, 0, 0, 0.5)!important;
    background: #000;
    filter: alpha(opacity=50);
    color: #fff;
}
.login_cont .cm_login .cm_user{
    margin:0 20px;
    position: relative;
}
.login_cont .cm_login .user_infor{
    margin: 30px 0 40px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 15px;
}

.login_cont .cm_login .btn_login{
    display: block;
    margin: 0 0 15px;
    background: #00a651;
    border-radius: 2px;
    height: 60px;
    font:24px/60px microsoft yahei;
    color: #fff;
    text-align: center;
    transition:all 0.5s ease;
}
.login_cont .cm_login .btn_login:hover{
    background: #1cb466;
}
.login_cont .cm_login .cm_linkway{
    margin:15px 20px 0;
    position: relative;
}
.login_cont .cm_login .cm_linkway p{
    display: block;
    margin: 0 0 15px;
    border: #00a651 1px solid;
    height: 38px;
    font: 18px/38px microsoft yahei;
    color: #fff;
    text-align: center;
}
/*end å³è¾¹ç™»å½•*/

/* ä¼ä¸šä¸“å±ž*/
.purchase-theme{
    margin: 30px 0;
}
.purchase-theme .hd{
    width: 820px;
    margin: 50px auto;
}
.purchase-theme .hd span{
    display: block;
    padding: 0 20px 0;
    line-height: 1px;
    border-left: 300px solid #333;
    border-right: 300px solid #333;
    text-align: center;
    font-size: 24px;
}
.purchase-theme .bd{
    position: relative;
    width: 100%;
    height: 510px;
}
.purchase-theme .bd .mask-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    height: 510px;
    overflow: hidden;
}
.purchase-theme .bd .mask-item-0{
    left: 0;
    top: 0;
}
.purchase-theme .bd .mask-item-1{
    left: 295px;
    top: 0;
    width: 600px;
    height: 250px;
}
.purchase-theme .bd .mask-item-2{
    left: 295px;
    top: 260px;
    width: 600px;
    height: 250px;
}
.purchase-theme .bd .mask-item-3{
    left: 905px;
    top: 0;
    width: 285px;
    height: 510px;
}

.purchase-theme .bd .mask-item img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.purchase-theme .bd .mask-item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.hotListBd {
    float: left;
    display: inline-block;
    margin: 0px 0 10px -30px;
}

.hotListBd li {
    float: left;
    margin: 0 0 20px 30px;
    width: 578px;
    height: 300px;
    border: #e6e6e6 1px solid;
    background: #fcfcfc;
    position: relative;
}

.hotListBd li .img {
    float: left;
    width: 300px;
    height: 300px;
    border-right: #e6e6e6 1px solid;
    overflow: hidden;
}

.hotListBd li .img img {
    width: 100%;

    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.hotListBd li .img img:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.hotListBd li .cont {
    float: left;
    width: 277px;
}

.hotListBd li .cont .meta {
    padding: 0 16px;
}

.hotListBd li .cont .desc {
    height: 28px;
    line-height: 28px;
    margin: 15px 0 8px;
}

.hotListBd li .cont .desc img {
    margin: 0 8px -5px 0;
}

.hotListBd li .cont .desc span {
    font-size: 24px;
}

.hotListBd li .cont .title {
    border-bottom: #c9c9c9 1px solid;
    color: #707070;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotListBd li .cont .title-des {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    line-height: 18px;
    height: 72px;

}

.hotListBd li .cont .pb-price {
    padding: 0 16px;
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
}

.hotListBd li .cont .price {
    font:  22px/40px arial;
    color: #e14041;
    margin-bottom: 3px;
}

.hotListBd li .cont .price .txt{
    font: 16px microsoft yahei;
    color: #333;
}
.hotListBd li .cont .price strong {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 0 2px;
}

.hotListBd li .cont .old_price {
    color: #ccc;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: normal;
}

.hotListBd li .buyNow {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    background: #e14041;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.hotListBd li .buyNow:hover {
    background: #fe7171;
}



/*end ä¼ä¸šä¸“å±ž*/

/*æ¥¼å±‚æŽ¨è*/
.purchase-floor{
    margin: 20px 0 0 0;
    /*width: 1190px;*/
}
.purchase-floor .hd{height:38px;
    font-size: 24px;
    border-bottom: #006633 2px solid;
    padding:0 0 0px;
    font-weight: bold;
}
.purchase-floor .hd strong{
    font-size: 20px;color: #ffffff; background:#006633;padding-left:12px;padding-right:12px;padding-top:5px;padding-bottom:8px;
    margin: 0 0px 0 0;
}
.purchase-floor .bd{
    width: 100%;
    overflow: hidden;
}

.purchase-floor .bd ul {
    float: left;
    /* display: inline-block;
     margin: 0 0 0 -9px;*/
    width: 1220px;
}

.purchase-floor .bd li {
    float: left;
    margin: 10px 9px 0 0;
    background: #fff;
    width: 288px;
    height:290px;
    word-break: nowrap;
    position: relative;
    border: #ccc 1px solid;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.purchase-floor .bd li .mask {
    position: absolute;
    left: -2px;
    top: -2px;
    border: 2px solid #f3484a;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease;
    
}


.purchase-floor .bd li:hover{
	background: #fe4343;
	 
}
.purchase-floor .bd li:hover img{
	border-bottom: 1px solid #fe4343;
}
.purchase-floor .bd li:hover .name{
	color: #FFFFFF !important;
}
.purchase-floor .bd li:hover .price{
	color: #FFFFFF !important;
}
.purchase-floor .bd li:hover span{
	color: #FFFFFF !important;
}
.purchase-floor .bd li:hover .desc{
	color: #FFFFFF !important;
}



.purchase-floor .bd li:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.purchase-floor .bd li .img_view {
    width: 100%;
    height: 210px;
    line-height: 210px;
    text-align: center;
    overflow: hidden;
    float: left;
    position: relative;
}

.purchase-floor .bd li .img_view img {
    width: 100%;
}

.purchase-floor .bd li .bottom {
    float: left;
    padding: 5px 10px;
    width: 270px;
    position: relative;
}

.purchase-floor .bd li .bottom .name {
    color: #000;border-top:0px solid #006699;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: center;
    /*font-weight: bold;*/
    margin: 8px 0 6px;
}

.purchase-floor .bd li .bottom .desc{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.purchase-floor .bd li .bottom .price {
    display: block;
    margin: 5px 0 2px;
    color: #e14041;
    font-size: 16px;
    position: relative;
}
.purchase-floor .bd li .bottom .price strong {
    font-size: 22px;
}
.purchase-floor .bd li .bottom span{
    color: #333;
    font: 16px microsoft yahei;
}

/*end æ¥¼å±‚æŽ¨è*/

.floor-tab{
    overflow: hidden;
    height: 35px;
    margin:0px 0 0 0;
}
.floor-tab a{
    display: inline-block;
    width: ;padding-left:16px;padding-right:16px;
    height: 37px;
    font: 18px/35px microsoft yahei;line-height:30px;
    background: #e5e5e5;
    text-align: center;
    color: #333;
    margin: 0 3px 0 0;
}
.floor-tab a.active{
    background:#3aaaf8;
    color: #fff;
}
.tabTips{
    width: 150px;height: 25px;
    position: absolute;
    border: 2px solid #f3484a;
    text-align: center;
    margin-top: -50px;
    margin-left: 400px;
    z-index: 500;
}
 .tabTips > .triangle{
    width:0px;
    height:0px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #f3484a;
    font-size:0px;
    line-height:0px;
    display: block;
    margin: 7px auto 0 auto
}

.purchase-banner{
    margin: 30px 0 0 0;
    width:1190px;
    height: 360px;
    overflow: hidden;
}


 